home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / circle8.doc < prev    next >
Text File  |  1995-03-31  |  792b  |  26 lines

  1. (Comp.sys.hp48) 
  2. Item: 2395 by dougc@bert.cs.byu.edu [Douglas R. Cannon] 
  3. Subj: Circle drawing. 
  4. Date: 21 Dec 1992 
  5.  
  6. Try the program CIRCLE on Goodies disk #7.  It is very fast. 
  7.  
  8. BTW, the goodies disk index has no name for the author of the program. 
  9. Christophe NGUYEN (same guy that wrote TRON) is the author. 
  10. [Thanx, Doug. -jkh-] 
  11.  
  12. CIRCLE takes 2 arguments on entry: 
  13.  
  14. -  A real for the diameter of the circle.  If this number is negative, 
  15.    the CIRCLE will draw a white circle with a diameter that is the absolute 
  16.    value of the real given. 
  17.  
  18. -  A complex number containing the coordinates at which to draw the circle. 
  19.  
  20. These two arguments are left on the stack, so if you don't need them, then 
  21. you should execute a DROP2. 
  22.  
  23. Enjoy! 
  24.  
  25. -Doug Cannon 
  26.